@charset "UTF-8";
html{
    font-size: 62.5%;
}

body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, dl, dt, dd, ul, ol, li, pre, form, fieldset, legend, button, input, textarea, th, td {
  margin: 0;
  padding: 0;
}

body, button, input, select, textarea {
  font: 1.4rem/1.5 "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "微软雅黑", Arial, "Helvetica Neue", Helvetica, sans-serif;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
}

address, cite, dfn, em, var {
  font-style: normal;
}

code, kbd, pre, samp {
  font-family: couriernew, courier, monospace;
}

small {
  font-size: 12px;
}

ul, ol, ol li {
  list-style: none;
}

li {
  float: left;
}

a {
  color: #014691;
  text-decoration: none;
}

a:hover {
  color: #014691;
  text-decoration: none;
}

legend {
  color: #000;
}

fieldset, img {
  border: 0;
  vertical-align: middle;
}

button, input, select, textarea {
  font-size: 100%;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

p {
  word-wrap: break-word;
}

.flex {
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  justify-content: space-between;
  align-items: center;
}

.ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.ellipses {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.uppercase{
    text-transform: uppercase;
}

*{    
  box-sizing: border-box;
}
body{
  background-color: #fff;
}

.width-middle{
    width: 88%;
   max-width: 1280px;
   margin: 0 auto; 
}
header{
    position: relative;
    margin-left: calc((100% - 1280px) / 2);
    padding: 36px calc((100% - 1280px) / 2) 0 0;
    height: 14rem;
    font-size: 1.8rem;
    line-height: 1;
    align-items: flex-end !important;
}
header > a,
header > ul{
    margin-bottom: 3.2rem;
}
header > ul > li + li{
    position: relative;
    padding-left: 30px;
}
header > ul > li a{
    position: relative;
    display: block;
    padding: 16px 0;
    color: #333;
    border-bottom: 3px solid transparent;
    transition: all .3s;
}
header > ul > li:hover > a,
header > ul > li > a.active{
    color: #014691;
    font-weight: bold;
    border-bottom: 3px solid #014691;
}
header > ul > li a + ul{
    position: absolute;
    display: none;
    top: 53px;
    left: 6px;
    background-color: #f9f9f9;
    box-shadow: 1px 4px 8px 0 rgba(0, 0, 0, .15);
    -webkit-box-shadow: 1px 4px 8px 0 rgba(0, 0, 0, .15);
    z-index: 99999;
}
header > ul > li a + ul li{
    float: none;
    font-size: 1.6rem;
    width: 120px;
    text-align: center;
}
header > ul > li a + ul li a{
    padding: 12px 8px;
}
header > ul > li a + ul li a:hover{
    color: #fff;
    background-color: #014691;
}
header > ul > li:hover a + ul{
    display: block;
}
.header-top{
    position: absolute;
    top: 0;
    left: 1026px;
    right: 0;
    height: 36px;
    background-color: #014691;
    display: flex;
    align-items: center;
}
.header-top::before{
    content: '';
    position: absolute;
    width: 72px;
    height: 72px;
    top: -36px;
    left: -36px;
    border-radius: 50%;
    background-color: #014691;
}
.header-top ul{
    position: relative;
    padding-left: 36px;
    font-size: 1.4rem;
    line-height: 1;
    z-index: 999;
}
.header-top li{
    padding: 0 4px;
}
.header-top li + li{
    border-left: 1px solid #fff;
}
.header-top a{
    display: inline-block;
    color: #fff;
}
.headx-nav{
    position: absolute;
    top: 108px;
    left: 0;
    width: 100%;
    background-color: #f9f9f9;
    box-shadow: 3px 0 6px 0 rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 3px 0 6px 0 rgba(0, 0, 0, 0.15);
    opacity: 0;
    z-index: -1;
    transition: opacity .3s;
}
.headx-nav > ul{
    width: 84%;
    padding: 0 8%;
    background-color: #f5f5f5;
    border-bottom: 1px solid #e9e9e9;
}
.headx-nav > ul li a{
    position: relative;
    display: block;
    height: 70px;
    line-height: 70px;
}
.headx-nav > ul li.active a{
    color: #2469b7;
}
.headx-nav > ul li a::after{
    content: '';
    position: absolute;
    bottom: 12px;
    left: 50%;
    margin-left: -6px;
    width:0;
    height:0;
    border-left:6px solid transparent;
    border-right:6px solid transparent;
    border-top:6px solid #2469b7;
    opacity: 0;
}
.headx-nav > ul li.active a::after{
    content: '';
    opacity: 1;
    transition: opacity .2s;
}
.headx-nav-level3{
    padding: 4.8rem 0;

}
.headx-nav-level3 h2{
    margin: 0;
    letter-spacing: 2px;
}
.headx-nav-level3 h2 a{
    display: inline-block;
    margin-top: 8px;
    font-size: 16px;
    line-height: 60px;
    color: #014691;
    font-weight: normal;
}
.headx-nav-level3 h3{
    margin: 8px 0 16px;
    font-size: 18px;
    line-height: 1;
    font-weight: bold;
    color: #014691;
}
.headx-nav-level3 .level3{
    align-items: normal;
}
.level3-content{
    position: relative;
    padding: 0 18px 18px;
    box-sizing: border-box;
    flex: 0.9;
}
.level3 .level3-content:nth-child(1){
    flex: 1.5;
}
.level3 .level3-content:nth-child(2){
    flex: 1.2;
}
.level3 .level3-content:nth-child(5){
    flex: 1.1;
}
.level3-content + .level3-content{
    border-left: 1px solid #dedede;
}
.level3-content li{
    width: 100%;
    line-height: 30px;
}
.level3-content li a{
    display: inline-block;
    line-height: 20px;
    padding: 8px 0;
}
.level3-content > a{
    position: absolute;
    right: 18px;
    bottom: -10px;
    color: #014691;
    padding: 0 0.4rem;
    border: 1px solid #014691;
    padding: 0.4rem 0.6rem;
    border-radius: 6px;
    font-size: 1.2rem;
    line-height: 1;
}
.news-trends{
    margin-bottom: 6rem;
}
.news-trends-img{
    width: 530px;
    height: 418px;
}
.news-trends-img .carousel-caption {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 0 30px;
    height: 70px;
    background-color: rgba(0, 0, 0, 0.42);
    z-index: 10;
  }
  .news-trends-img .carousel-caption a{
    display: block;
    color: #fff;
    font-size: 1.6rem;
    text-align: left;
    line-height: 70px;
    cursor: pointer;
  }
  .news-trends-img .carousel,
  .news-trends-img .carousel-inner,
  .news-trends-img .carousel-item{
    width: 100%;
    height: 100%;
  }
  .news-trends-img .carousel-item > img{
    width: 100%;
    height: 100%;
    object-fit: scale-down;
  }
  .news-trends-img .carousel-item{
    position: relative;
  }
  .news-trends-img .carousel-item .img-date{
    position: absolute;
    top: 0;
    right: 0;
    width: 110px;
    height: 110px;
    font-size: 6rem;
    line-height: 1.1;
    color: #fff;
    background-color: #014691;
    flex-direction: column;
    justify-content: center;
  }
  .news-trends-img .carousel-item .img-date span{
    font-size: 1.8rem;
  }
  .news-trends-text{
    width: calc(100% - 570px);
    height: 418px;
    flex-direction: column;
  }
  .news-trends-text li{
    width: 100%;
    align-items:normal;
  }
  .news-trends-text li a{
    width: calc(100% - 100px);
    display: inline-flex;
    flex-direction: column;
    justify-content: space-between;
    color: #9a9a9a;
  }
  .news-trends-text li a h3,
  .news-notice-first-text a{
    font-size: 1.8rem;
    color: #444;
  }
  .news-trends-text li time{
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-right: 16px;
    padding-right: 16px;
    font-size: 3.6rem;
    font-weight: bold;
    line-height: 1.15;
    color: #aaaaaa;
    border-right: 1px solid #dcdcdc;
  }
  .news-trends-text li time span{
    font-size: 1.4rem;
    font-weight: normal;
  }
  .news-trends-text li a:hover,
  .news-trends-text li a:hover h3,
  .news-trends-text li:hover time,
  .news-notice-first-text a:hover,
  .news-info .news-trends-text li:hover a time{
    color: #014691;
  }

  .column-title{
    margin: 32px 0;
    font-size: 2.8rem;
    line-height: 1;
    font-weight: 500;
    color: #014691;
  }
  .column-title span{
    color: #1d1e1f;
  }
  .column-title .uppercase{
    padding-top: 6px;
    font-size: 1.2rem;
    color: #b5b5b5;
  }
  .more{
    display: block;
    font-size: 1.6rem;
    line-height: 1;
    padding: 8px 12px;
    border: 1px solid #014691;
    cursor: pointer;
  }
  .more:hover{
    color: #fff;
    background-color: #014691;
  }
  .news-two{
    padding: 3rem 0 7rem;
    background-color: #f5f5f5;
  }
  .news-two .news-title{
    position: relative;
    margin-bottom: 2rem;
    height: 7rem;
    font-size: 2.8rem;
    line-height: 3rem;
    color: #333;
    border-bottom: 1px solid #3b3b3b;
    justify-content: flex-end;
  }
  .news-two .news-title > .flex{
    position: absolute;
    top: 1px;
    left: 0;
    padding: 2rem 0;
    height: 7rem;
    align-items: center;
    border-bottom: 3px solid #014691;
  }
  .news-two .news-title > .flex img{
    padding-right: 12px;
  }
  .news-two .news-title > a.more{
    border: 0;
  }
  .news-notice,
  .news-info{
    width: calc((100% - 50px) / 2);
  }
  .news-notice .news-trends-text,
  .news-info .news-trends-text{
    width: 100%;
    height: auto;
    flex-direction: column;
  }
  .news-notice .news-trends-text li{
    margin-top: 3rem;
  }
  .news-notice-first-img{
    width: 208px;
    height: 110px;
  }
  .news-notice-first-img img{
    width: 100%;
    height: 100%;
    object-fit: scale-down;
  }
  .news-notice-first-text{
    width: calc(100% - 224px);
  }
  .news-notice-first-text a,
  .news-notice-first-text p{
    width: 100%;
  }
  .news-notice-first-text a{
    display: block;
    margin-bottom: .8rem;
  }
  .news-notice-first-text p{
    line-height: 3rem;
    color: #333;
  }
  .news-info-img{
    display: block;
    margin-bottom: 1.6rem;
    width: 100%;
    height: 110px;
    cursor: default;
  }
  .news-info-img img{
    width: 100%;
    height: 100%;
    object-fit: scale-down;
  }
  .news-info .news-trends-text li a{
    position: relative;
    width: 100%;
  }
  .news-info .news-trends-text li a time{
    position: absolute;
    right: 0;
    top: 0;
    margin-right: 0;
    padding-right: 0;
    font-size: 1.4rem;
    color: #aaa;
    border: 0;
  }
  .news-info .news-trends-text li a h3{
    width: 70%;
    margin-bottom: 1.4rem;
  }
  .news-info .news-trends-text li{
    padding: 1.4rem 0;
    border-bottom: 1px dashed #dfdfdf;    
  }
  .ad-banner{
    margin: 5rem auto 1.2rem;
  }
  .ad-banner img{
    width: 100%;
  }
  .data-download .box + .box{
    margin-top: 3rem;
  }
  .data-download .box a{
    width: 254px;
    height: 9rem;
    font-size: 2.2rem;
    line-height: 1;
    border: 1px solid #014691;
    justify-content: center;
  }
  .data-download .box a:hover,
  .link-img a:hover{
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.15);
  }
  .data-download .box a > div.flex{
    height: 50px;
    padding-left: 12px;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-around;
  }
  .data-download .box a > div span{
    font-size: 1.2rem;
    line-height: 1;
    color: #9f9f9f;
  }
  .public-documents{
    width: calc(100% - 626px);
  }
  .public-documents .box{
    width: 100%;
    height: 210px;
    background-color: #f5f5f5;
  }
  .public-documents .box ul{
    width: 100%;
    height: 100%;
    padding: 0 20px;
    justify-content: space-around;
  }
  .public-documents .box ul li{
    width: 15%;
  }
  .public-documents .box ul li a{
    width: 100%;
    font-size: 1.8rem;
    line-height: 1;
    flex-direction: column;
    white-space: nowrap;
  }
  .public-documents .box ul li a img{
    display: block;
    margin-bottom: 1.2rem;
    transform: rotate(0deg);
    transition: all .8s;
  }
  
  .public-documents .box ul li a:hover img{
    display: block;
    margin-bottom: 1.2rem;
    transform: rotate(360deg);
  }
  .link-img{
    width: 292px;
  }
  .link-img a{
    display: block;
    margin-top: 3rem;
  }
  .connection{
    margin: 6rem 0 4.4rem;
    width: 100%;
    background: url(../image/connection.jpg) no-repeat center top;
  }
    .connection .column-title,
    .connection .column-title .uppercase,
    .connection .more{
        color: #fff;
    }
    .connection .more {
        border: 0;
    }
    .connection .column-title{
        margin: 64px 0 52px;
    }
    .connection-box{
        width: 100%;
        height: 406px;
        background-color: #fff;
        box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.15);
        -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.15);
    }
    .connection-box .carousel-inner ul{
        width: 100%;
        height: 406px;
        padding: 4rem 4.6rem;
        flex-wrap: wrap;
        align-content: flex-start;
    }
    .connection-box .carousel-inner ul li{
        margin: 2.4rem 0;
        width: 16.66%;
    }
    .connection-box .carousel-inner ul li a{
        position: relative;
        display: block;
        margin: 0 1.8rem;
        width: calc(100% - 3.6rem);
        height: 0;
        padding-bottom: calc((100% - 3.6rem) * 0.6012);
    }
    .connection-box .carousel-inner ul li a img{
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: scale-down;
    }
    
    .connection-box .carousel-inner ul li:last-child:nth-child(6n-1){
        margin-right: calc(16.66% + 0.008%);
    }
    .connection-box .carousel-inner ul li:last-child:nth-child(6n-2){
        margin-right: calc((16.66% + 0.008%) * 2);
    }
    .connection-box .carousel-inner ul li:last-child:nth-child(6n-3){
        margin-right: calc((16.66% + 0.008%)* 3);
    }
    .connection-box .carousel-inner ul li:last-child:nth-child(6n-4){
        margin-right: calc((16.66% + 0.008%) * 4);
    }
    .connection-box .carousel-inner ul li:last-child:nth-child(6n-5){
        margin-right: calc((16.66% + 0.008%) * 5);
    }
    
    .connection-box .carousel-indicators{
        bottom: 4rem;
    }
    .connection-box .carousel-indicators li{
        width: 12px;
        height: 12px;
        border-radius: 50%;
        background-color: #d2d2d2;
        opacity: 1;
    }
    .connection-box .carousel-indicators .active{
        background-color: #014691;
    }
    footer{
        width: 100%;
        color: #c0c0c0;
        background-color: #222;
    }
    footer .foot-top{
        margin-bottom: 4.4rem;
        color: #fff;
        background-color: #363636;
    }
    footer .foot-top > .flex{
        height: 5.6rem;
        line-height: 1;
        justify-content: flex-start;
    }
    footer .foot-top a{
        color: #fff;
    }
    footer .foot-top a:hover{
        opacity: .8;
    }
    footer .foot-top ul li + li{
        margin-left: 8px;
        padding-left: 8px;
        border-left: 1px solid #fff;
    }
    footer h2{
        margin-bottom: 2.4rem;
        padding-left: 1.2rem;
        font-size: 1.8rem;
        line-height: 1;
        border-left: 2px solid #0066d5;
    }    
    footer .links ul{
        width: 330px;
        flex-wrap: wrap;
    }
    footer .links li{
        width: 33.33%;
        line-height: 1;
        padding: 1.2rem 0;
    }
    footer .links a{
        color: #c0c0c0;
    }
    footer .contact{
        margin-left: 10rem;
    }
    footer .contact p{
        line-height: 1;
        padding: 1.2rem 0;
    }
    footer .QR-code{
        display: flex;
    }
    footer .QR-code > div{
        width: 128px;
        line-height: 1.25;
        text-align: center;
    }
    footer .QR-code img{
        margin-bottom: 8px;
        width: 100%;
        height: auto;
        /* object-fit: scale-down; */
    }
    footer .QR-code div + div{
        margin-left: 4.4rem;
    }
    footer .icp{
        margin-top: 2.8rem;
        padding: 1.6rem 0 2.4rem;
        border-top: 1px solid #333;
        text-align: center;
        line-height: 2.6rem;
    }
    #goTop {
        position: fixed;
        right: 6%;
        bottom: 10px;
        display: none;
        width: 7rem;
        height: 7rem;
        z-index: 999;
        cursor: pointer;
    }
    .is-right{
        position: fixed;
        top: 30%;
        right: -166px;
        transition: all .5s;
        box-shadow: 1px 4px 8px 0 rgba(0, 0, 0, 0.15);
        -web-box-shadow: 1px 4px 8px 0 rgba(0, 0, 0, 0.15);
        z-index: 9999;
    }
    .is-right:hover{
        right: 0;
    }
    .is-right ul{
        display: flex;
        flex-direction: column;
    }    
    .is-right ul li{
        display: flex;
        align-items: flex-start;        
        background-color: rgba(16,88,166, 1);
    }    
    .is-right ul li + li{
        margin-top: 4px;
    }
    .is-right ul li p{
        padding: 0 2.8rem 0 0.8rem;
        min-height: 54px;
        width: 166px;
        font-size: 1.6rem;
        color: #fff;
        line-height: 54px;
    }
    .is-right ul li p a{
        color: #fff;
        white-space: nowrap;
    }
    .is-right ul li p img{
        display: none;
        margin-bottom: 24px;
        width: 100%;
    }
    .is-right:hover ul li p img{
        display: block;
    }

    .inside-banner{
        width: 100%;
        height: 190px;
        color: #fff;
        background: url(../image/inside-banner.jpg) no-repeat center;
    }
    .inside-banner .width-middle.flex{
        height: 100%;
    }
    .inside-banner h1{
        font: 500 3rem/1 思源黑体;
    }    
    .inside-banner h1 span{
        display: block;
        margin-top: 1.2rem;
        font: normal 1.3rem/1 思源黑体;
    }
    .inside-banner .breadcrumb{
        margin-top: 3rem;
        margin-bottom: 0;
        background-color: transparent;
    }
    .inside-banner .breadcrumb a{
        color: #fff;
    }
    .inside-banner .breadcrumb-item+.breadcrumb-item::before {
        padding-right: .5rem;
        color: #fff;
        content: ">";
    }
    .suv-nav{
        margin-bottom: 2.8rem;
        padding-top: 2.4rem;
        width: 100%;
        border-bottom: 1px solid #e6e6e6 ;
    }
    .suv-nav ul li + li{
        margin-left: 2rem;
    }
    .suv-nav ul li a{
        display: block;
        padding: 1.2rem 1.6rem;
        font-size: 1.6rem;
        line-height: 1;
        color: #fff;
        background-color: #168fdf;
        border-radius: .6rem .6rem 0 0;
    }    
    .suv-nav ul li a:hover,
    .suv-nav ul li a.active{
        background-color: #014691;
    }
    .suv-nav form input,
    .suv-nav form button{
        height: 4rem;
        font-size: 1.4rem;
    }
    .suv-nav form input{
        width: 240px;
        padding: 0 1.2rem;
        border-radius: .6rem 0 0 0;        
        border: 1px solid #e6e6e6;
        border-bottom: 0 ;
        outline: none;
    }
    .suv-nav form button{
        width: 50px;
        border: 0;
        color: #fff;
        border-radius: 0 .6rem 0 0;   
        background-color: #168fdf;
    }
    .news-list,
    .introduce-content,
    .service-list,
    .files-content .news-content,
    .files-list,
    .news-content,
    .certificate,
    .online-apply,
    .online-message,
    .service-list-drink{
        margin-bottom: 4rem;
    }
    .news-list > ul{
        margin-bottom: 1.2rem;
    }
    .news-list > ul li{
        margin-bottom: 2rem;
        padding: 2rem;
        width: 100%;
        color: #777;
        line-height: 1;
        border: 1px solid #e0e0e0;
    }
    .news-list > ul li:hover{
        border: 1px solid #168fdf;
    }
    .news-list > ul li > .flex{
        padding-bottom: 2rem;
    }
    .news-list > ul li a{
        display: block;
        width: 80%;
        font-size: 1.6rem;
        color: #333;
    }
    .news-list > ul li a:hover{
        color: #168fdf;
    }
    .news-list .page-item .page-link {
        color: #2469b7;
    }
    .news-list .page-item.disabled .page-link {
        color: #6c757d;
    }
    .news-list .page-item.active .page-link {
        color: #fff;
        background-color: #2469b7;
        border-color: #2469b7;
    }
    .news-under-attestation h2,
    .up-to-date h2,
    .common-problem h2{
        padding: 0 1.2rem 0 2.8rem;
        width: 100%;
        height: 5rem;
        font-size: 1.8rem;
        line-height: 1;
        color: #fff;
        background-color: #014691;
    }
    .news-under-attestation h2 a,
    .up-to-date h2 a,
    .common-problem h2 a{
        font-size: 1.4rem;
        color: #fff;
    }
    .attestation-ul{
        margin: 3.6rem 0;
        padding: 0 3.6rem;
        width: 100%;
    }
    .attestation-ul li{
        width: 20%;
    }
    .attestation-ul li a{
        margin: 0 1.8rem;
        padding: 1.2rem;
        width: calc(100% - 3.6rem);
        height: 178px;
        border: 1px solid #487ab0;
        border-radius: 1rem;
        flex-direction: column;
        justify-content: center;
    }
    .attestation-ul li a img{
        width: 8.4rem;
        height: 8.4rem;
        object-fit: scale-down;
        transform: rotateZ(0);
        transition: all 0.5s;
    }
    .attestation-ul li a:hover img{ 
        transform: rotateZ(360deg);
    }
    .attestation-ul li a p{
        margin-top: 0.8rem;
        height: 52px;
        /* display: flex;
        align-items: center; */
        font-size: 1.6rem;
        line-height: 2.6rem;
        color: #333;
        text-align: center;
        z-index: 9;
    }
    .news-under-attestation .carousel > button.carousel-control-next, 
    .news-under-attestation .carousel > button.carousel-control-prev{
        width: 3.6rem;
    }
    .news-under-attestation .carousel > button .carousel-control-next-icon, 
    .news-under-attestation .carousel > button .carousel-control-prev-icon {
        width: 3.6rem;
        height: 7.6rem;
        background: 50%/100% 100% no-repeat;
    }
    .news-under-attestation .carousel > button .carousel-control-prev-icon {
        background-image: url(../image/news-under-attestation-left.jpg);
    }
    .news-under-attestation .carousel > button .carousel-control-next-icon {
        background-image: url(../image/news-under-attestation-right.jpg);
    }
    .news-under-attestation .slide {
        background: transparent;
    }
    .up-to-date{
        margin-bottom: 4rem;
        align-items: flex-start;
    }
    .up-to-date .standard,
    .up-to-date .law,
    .up-to-date .a-standard li{
       width: calc((100% - 4.4rem) / 2); 
    }
    .up-to-date ul li{
        width: 100%;
        font-size: 1.4rem;
        line-height: 5.6rem;
        color: #999;
        border-bottom: 1px dashed #dbdbdb;
    }
    .up-to-date ul li a{
        display: block;
        width: 77%;
        font-size: 1.6rem;
        color: #666;
    }    
    .up-to-date ul li a:hover{
        color: #014691;
    }
    .news-content{
        line-height: 4.2rem;
        color: #666;
    }
    .news-content p{
        text-indent: 2em;
    }
    .news-content h1,
    .service-content h1{
        margin-top: 4.4rem;
        font-size: 2.4rem;
        line-height: 1.5;
        color: #333;
        text-align: center;
    }
    .news-content h2{
        margin-top: 4.4rem;
        font-size: 1.8rem;
        line-height: 1.5;
        color: #014691;
        text-align: center;
    }
    .news-content > h3{
        margin: 2rem 0 1rem;
        color: #666;
        text-align: center;
    }
    .news-content .img {
        text-align: center;
    }
    .news-content .img img{
        padding: 1.2rem;
        max-width: 100%;
    }
    .news-content .nex-pre{
        margin: 2.4rem 0 1.6rem;
    }
    .news-content .nex-pre ul li{
        float: none;
    }    
    .news-content .nex-pre ul li a{
        color: #666;
    }    
    .news-content .nex-pre ul li,
    .news-content .nex-pre ul li a:hover{
        color: #014691;
    }
    .introduce-content > img{
        margin-right: 2.4rem;
        float: left;
    }
    .introduce-content p{
        font-size: 1.6rem;
        line-height: 4.8rem;
        color: #333;
        text-indent: 2em;
    }

    .inside-banner-service{
        background: url(../image/inside-banner2.jpg) no-repeat center;
    }
    .service-list-box{
        margin-top: 5rem;
        width: 100%;
        background-color: #f7f7f7;
        align-items: normal;
    }
    .service-list-box img{
        width: 421px;
        height: 274px;
        object-fit: scale-down;
    }
    .service-list-box .service-content{
        position: relative;
        padding: 0 2.8rem 0 4rem;
        width: calc(100% - 421px);
    }
    .service-list-box .service-content h2{
        margin: 2.4rem 0;
        font-size: 2.4rem;
        line-height: 1;
        color: #014691;
    }
    .service-list-box .service-content ul li{
        width: 48%;
    }
    .service-list-box .service-content ul li a{
        display: block;
        font-size: 1.6rem;
        color: #333;
        line-height: 4.8rem;
    }
    .service-list-box .service-content ul li a:hover{
        color: #014691;
    }
    .service-list-box .service-content > a{
        position: absolute;
        right: 28px;
        top: 24px;
        color: #014691;
    }
    .service-list .attestation-ul {
        position: relative;
        margin: 0 -3.2rem;
        padding: 0;
        width: calc(100% + 6.4rem);
    }
    .service-list .attestation-ul li{
        margin: 2rem 3.2rem 0;
        width: calc(20% - 6.4rem);
    }    
    .service-list .attestation-ul li:nth-child(n + 6){
        margin-top: 4.8rem;
    }
    .service-list .attestation-ul li a {
        margin: 0;
        padding: 1.2rem;
        width: 20rem;
        height: 178px;
    }
    .service-list-drink ul{
        flex-wrap: wrap;
    }
    .service-list-drink ul li{
        margin-bottom: 2rem;
        padding: 0 2rem;
        width: calc((100% - 5.6rem) / 3);
        background-color: #f6f6f6;
    }
    .service-list-drink ul li:last-child:nth-child(3n-1){
        margin-right: calc((100% - 5.6rem) / 3 + 2.8rem);
    }
    .service-list-drink ul li a{
        display: block;
        width: 100%;
        padding: 1.4rem 0;
        font-size: 1.6rem;
        line-height: 1;
        color: #555;
    }
    .service-list-drink ul li::after{
        content: '>';
        float: right;
        color: #168fdf;
        font-family: 思源黑体;
    }
    .service-list-drink ul li a:hover{
        color: #014691;
    }
    .service-content-box{
        margin-top: 4rem;
        padding: 3.6rem 3.6rem 2.8rem;
        background-color: #fff;
        box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, .15);
    }
    .service-content-box:last-child{
        margin-bottom: 4rem;
    }
    .service-content-box h3{
        margin-bottom: 1.2rem;
        font-size: 1.6rem;
        line-height: 1;
        color: #014691;
    }
    .service-content-box p{
        color: #333;
        line-height: 3.6rem;
        text-indent: 2em;
    }
    .service-content-box p.img{
        text-align: center;
    }
    .service-content-box p.img img{
        max-width: 100%;
    }
    .common-problem{
        margin-bottom: 3rem;
    }
    .common-problem ul li{
        position: relative;
        margin-top: 1.6rem;
        padding: 2.8rem;
        float: none;
        color: #333;
        background-color: #f7f7f7;
    }
    .common-problem .li-question{
        margin-bottom: 1.6rem;
        font-size: 1.6rem;
    }
    .common-problem .li-answer{
        color: #666;
    }
    .common-problem .li-tabel{
        position: absolute;
        top: 0;
        right: 1.6rem;
    }
    .common-problem .li-question,
    .common-problem .li-answer,
    .common-problem .li-tabel{
        display: flex;
        align-items: flex-start;
    }
    .common-problem .li-question img,
    .common-problem .li-answer img,
    .common-problem .li-tabel img{
        margin-right: 1.2rem;
    }
    ul.quick-nav {
        position: fixed;
        left: calc((100% - 1280px) / 4);
        top: 410px;
        display: none;
        border-radius: 6px;
        overflow: hidden;
        z-index: 99;
        flex-direction: column;
    }
    ul.quick-nav li {
        float: none;
        width: 130px;
        height: 40px;
        background-color: #009EE7;
    }
    ul.quick-nav li a {
        display: block;
        width: 100%;
        color: #fff;
        line-height: 40px;
        text-align: center;
    }
    ul.quick-nav li a:hover, ul.quick-nav li a.active {
        background-color: #0059AB;
    }

    
    .files-content .news-content h1{
        margin-bottom: 2rem;
    }
    .files-list > ul > li{
        float: none;
        margin-bottom: 2rem;
        border-left: 5px solid #168fdf;
        background-color: #f7f7f7;
    }
    .files-list > ul > li:hover{
        border-left: 5px solid #014691;
    }
    .files-list > ul > li a{
        display: block;
        width: 80%;
        font-size: 1.6rem;
        line-height: 1;
        padding: 1.6rem 2.4rem;
    }
    .files-list > ul > li a + a{
        display: flex;
        width: auto;
        font-size: 1.4rem;
        color: #014691;        
    }
    .files-list > ul > li a + a img{
        margin-right: 0.8rem;
    }
    .files-list > ul > li span{
        padding: 1.6rem 2.4rem;
        color: #999;
    }
    .up-to-date .a-standard{
        width: 100%;
    }
    .up-to-date .a-standard ul{
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    .customer-content form{
        padding: 56px 300px 20px;
        background-color: #f7f7f7;
    }
    .customer-content .form-control{
        padding: 0.8rem;        
        width: 100%;
        height: auto;
        font-size: 1.4rem;
        line-height: 1;
        border: 1px solid #e3e3e3;
        border-radius: 0;
    }
    .customer-content .form-group {
        margin-bottom: 2.8rem;
    }
    .customer-content .col-form-label{
        font-size: 1.8rem;
        color: #333;
        text-align: right;
    }
    .customer-content .btn.btn-primary.mb-2{
        width: auto;
        min-width: 9.7rem;
        height: 4rem;
        padding: 0 1.2rem;
        font-size: 1.8rem;
        border-radius: 1rem;
        background: #014691;
        border-color: #014691;
        letter-spacing: 0;
    }
    .customer-content .btn.btn-primary.mb-2 + .btn.btn-primary.mb-2{
        margin-left: 4.8rem;
        background: #168fdf;
        border-color: #168fdf;
    }
    .customer-content .form-group .col-sm-9 span{
        padding-top: 1.2rem;
        font-size: 1.4rem;
        line-height: 1;
        text-align: center;
        display: block;
        color: #666;
    }
    .customer-content .form-group .col-sm-9.flex,
    .customer-content .form-group .col-sm-12.flex{
        justify-content: center;
    }
    .customer-content ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
        color: #b6b6b6;
    }
    .customer-content :-ms-input-placeholder { /* IE 10+ */
        color: #b6b6b6;
    }
    .customer-content :-moz-placeholder { /* Firefox 18- */
        color: #b6b6b6;
        opacity: 1;
    }
    .customer-content ::-moz-placeholder { /* Firefox 19+ */
        color: #b6b6b6;
        opacity: 1;
    }
    .customer-content .certificate form{
        padding: 56px 0 20px;
        background-color: #f7f7f7;
    }
    .customer-content .certificate .form-inline .col-form-label {
        justify-content: flex-end;
        text-align: right;
    }
    .customer-content .certificate-result{
        margin-top: 2.4rem;
        border: 1px solid #dcdcdc;
    }
    .customer-content .result-isnull{
        display: flex;
        width: 100%;
        height: 436px;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }
    .customer-content .result-isnull > h2{
        font-size: 16px;
    }
    .customer-content .result-isnull > h2 span{
        color:#014691;
    }    
    .customer-content .result-isnull > h3{
        margin: 12px 0 ;
        line-height: 1.5;
        align-items: flex-start;
    }
    .customer-content .result-isnull > h3 span{
        display: block;
    }
    .customer-content table{
        margin-top: 2.4rem;
        font-size: 1.4rem;
    }
    .customer-content table td, 
    .customer-content table th {
        padding: 1rem 2rem;
    }    
    .customer-content table thead th{
        text-align: center;
        font-size: 1.6rem;
    }
    .customer-content table tbody th{
        width: 20%;
        text-align: right;
    }
    .customer-content table tbody span.effective{
        color: #00d933;
    }
    .customer-content table tbody span.expire{
        color: #f00;
    }

    .pages {
        padding: 0;
        text-align: right;
        font-size: 12px;
        line-height: 1;
        color: #666666;
        display: flex;
        justify-content: flex-end;
        align-items: center;
    }
    .pages a:link, .pages a:visited, .pages a:active, .pages strong {
        padding: 8px;
        margin-left: -1px;
    }
    .pages_inp, .pages_btn{
        padding: 5px;
        width:40px;
    }
    .pages_btn{
        margin-left: 8px;
    }
    .contact-us{
        width: calc(100% - 790px);
    }
    .contact-us p{
        text-indent: 0;
    }
    .contact-us img{
        margin-top: 1.2rem;
        max-width: 100%;
        height: auto;
    }

    .new-train{
        overflow: hidden;
        position: relative;
        padding: 0 36px;
      }
      .new-train ul{
          position: relative;
          margin-left: 0;
          padding: 0px;
          height: 178px;
          overflow: hidden;
      }
      .new-train ul li{
          position: absolute;
          padding: 8px 20px;
          /* transition: all .3s; */
          /* box-sizing: border-box; */
      }
      .new-train ul li a{
            margin: 0;
          display: inline-flex;
          flex-direction: column;
          align-items: center;
          text-align: center;
          justify-content: center;
          width: 100%;
          height: 100%;
          /* aspect-ratio: 254/263; */
          color: #333;
          font-size: 2rem;
          background-color: #fff;
          border-radius: 16px;
      }
      .new-train-left,
      .new-train-right{
          position: absolute;
          left: 0;
          opacity: 0;
          z-index: 9;
          cursor: pointer;
      }
      .new-train-right{
          left: auto;
          right: 0;
      }
      .skill-training .cooperation-title{
          margin-bottom: 32px ;
      }
      .logo-mobile{
        display: none;
      }
    .pages_btn {
        border: #168fdf 1px solid;
        background: #168fdf;
    }
    .breadcrumb-item:last-child{
        max-width: 300px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    .is-right ul li.close-right{
        display: none;
    }
    .news-keywords{
        margin: 2rem 0;
        width: 100%; 
        border-top: 1px solid #eee;       
        /* border-bottom: 1px solid #eee;        */
    }
    .news-keywords h2{
        margin: 2rem 0 1rem;
        font-size: 1.4rem;
        line-height: 1;
        text-align: left;
    }
    .news-keywords li{
        margin: 0 0.4rem 0.8rem;
        padding: 0.6rem 0.8rem;
        max-width: 30rem;
        font-size: 1.2rem;
        line-height: 1;
        background-color: rgba(1, 70, 145, .1);
        border-radius: 4px;
    }
    .news-keywords li:hover{        
        background-color: rgba(1, 70, 145, .25);
    }
    .news-keywords li a,
    .news-list-keywords span{
        color: #014691;
    }
    .news-list-keywords{
        margin: 3rem 0 2rem;
        font-size: 1.6rem;
        text-align: center;
    }
    .logo-pc{
        z-index: 999999;
    }
    .single-page{
        margin-top: 4rem;
    }
    .single-page img{
        margin: 0 auto;
        max-width: 100%;
        height: auto;
    }

    @media screen and (max-width:1366px) {
        .suv-nav ul li + li {
            margin-left: 1.5rem;
        }
    }


/* -------------------------------------------------移动端------------------------------------------------- */
      @media screen and (max-width:640px) {
        .width-middle{
            width: 100%;
            padding: 0 1.6rem;
        }        
        .news-trends-text,
        .news-notice,
        .news-info,
        .news-two .news-title,
        .ad-banner a img,
        .data-download,
        .data-download .box a,
        .public-documents,
        .link-img,
        .link-img a img,
        .up-to-date .standard, 
        .up-to-date .law,
        .up-to-date .a-standard li{
            width: 100%;
        }
        .news-trends,
        .news-two > .flex,
        .file-download,
        .inside-banner .width-middle.flex{
            flex-direction: column;
        }        
        .introduce-content,
        .suv-nav .width-middle.flex,
        .news-list > ul li > .flex,
        .up-to-date,
        .files-list > ul > li,
        .service-list-box{
            flex-wrap: wrap;
        }        
        .header-top,
        .headx-nav,        
        .news-list > ul li time,
        .news-under-attestation,
        .logo-pc{
            display: none;
        }
        .news-trends-img{
            position: relative;
            width: 100%;
            height: 0;
            padding-bottom: 78.87%;
            margin-bottom: 2.4rem;
        }
        .news-trends-img .carousel{
            position: absolute;
            top: 0;
            left: 0;
        }
        .news-two .news-info .news-title{
            margin-top: 3rem;
        }
        .news-info-img{
            height: auto;
        }
        .ad-banner a{
            display: block;
            width: 100%;
            height: 100%;
        }
        .public-documents .box {
            height: auto;
        }
        .public-documents .box ul {
            flex-wrap: wrap;
            padding: 0 1rem;
        }
        .public-documents .box ul li {
            width: 33%;
            margin: 1rem 0;
            justify-content: space-between;
        }        
        .public-documents .box ul li:last-child:nth-child(3n - 1) {
            margin-right: calc(33% + 0.5%);
        }
        .public-documents .box ul li:last-child:nth-child(3n - 2) {
            margin-right: calc(66% + 1%);
        }
        .link-img{
            display: flex;
            justify-content: space-between;
        }
        .link-img a{
            width: 48%;
        }
        .news-two {
            padding: 3rem 0 ;
        }
        .connection {
            margin: 3.2rem 0 4.4rem;
        }
        .connection-box{
            height: auto;
        }
        .connection-box .carousel-inner ul {
            height: auto;
            padding: 2rem 1rem 3rem;
        }
        .connection-box .carousel-inner ul li {
            margin: 1rem 0;
            width: 33%;
        }
        .connection-box .carousel-inner ul li a {
            margin: 0 1.2rem;
            width: calc(100% - 2.4rem);
            padding-bottom: calc((100% - 2.4rem) * 0.6012);
        }
        .connection-box .carousel-indicators {
            bottom: 0em;
        }
        .connection-box .carousel-inner ul li:last-child:nth-child(6n-4){
            margin-right: calc((16.66% + 0.008%) * 2);
        }
        .connection-box .carousel-inner ul li:last-child:nth-child(6n-5){
            margin-right: calc((16.66% + 0.008%) * 1);
        }
        footer .foot-top {
            margin-bottom: 4rem;
            padding: 1.2rem 0;
        }
        footer .foot-top > .flex {
            height: auto;
            line-height: 1;
            flex-wrap: wrap;
            justify-content: flex-start;
        }
        footer .foot-top > .flex ul{
            margin-top: 1.2rem;
        }
        footer .foot-top > .flex ul li{
            padding: 0.8rem;
        }
        footer .foot-top ul li + li {
            margin-left: 0;
            border-left: 0;
        }
        .mob-flex{
            flex-direction: column;
        }
        footer .contact {
            margin: 3.6rem 0 2.6rem;
        }
        footer .icp {
            padding: 1.6rem 1.6rem 2.4rem;
        }
        header {
            margin-left: 0;
            padding: 0 1.6rem;
            height: auto;
            flex-direction: column;
            background-color: #014691;
            box-shadow: 0 3px 6px 0 rgba(0,0,0,.15);
            z-index: 99999;
        }
        header ul{
            position: fixed;
            top: 6rem;
            left: 0;
            display: none;
            width: 100%;
            height: calc(100vh - 6rem);
            background-color: rgba(0, 0, 0, .6);
            z-index: 99999;
        }
        header > ul > li,
        header > ul > li + li {
            position: relative;
            padding: 0;
            width: 100%;
            background-color: #eee;
        }
        header > ul > li:hover > a, header > ul > li > a.active {
            border-bottom: 0;
            background-color: #ccc;
        }
        header > ul > li a{
            padding: 1.6rem 3rem;
        }
        .logo-mobile{
            display: flex;
            width: 100%;
            height: 6rem;
        }
        .logo-mobile a{
            display: block;
            width: 60%;
        }
        .logo-mobile a img{
            width: 100%;
        }
        .logo-mobile button{
            height: auto;
            border: 0;
            outline: none;
            background: none;
            color: #fff;
        }
        #goTop{
            right: 1.6rem;
        }
        .inside-banner{
            height: auto;
            background-size: cover;
        }
        .inside-banner .width-middle.flex{
            align-items: flex-start;
        }
        .inside-banner .breadcrumb{
            margin-top: 1rem;
            padding-left: 0;
        }
        .inside-banner h1{
            display: flex;
            align-items: flex-end;
            margin-top: 1rem;
        }
        .inside-banner h1 span{
            margin-left: 0.8rem;
        }
        .introduce-content > img {
            margin-right: 0;
            width: 100%;
            height: 24vh;
            object-fit: cover;
        }
        .contact-us{
            width: 100%;
            margin-bottom: 2rem;
        }
        .suv-nav {
            padding-top: 0.8rem;
        }
        .suv-nav .width-middle.flex ul,
        .suv-nav .width-middle.flex form{
            width: 100%;
        }
        .suv-nav .width-middle.flex ul{
            margin-bottom: 1rem;
        }
        .suv-nav .width-middle.flex ul li{
            margin: 0.8rem;
        }
        .suv-nav .width-middle.flex form{
            margin: 0.6rem 0 2.4rem;
        }
        .suv-nav form input {
            width: calc(100% - 50px);
            border-radius: .6rem 0 0 .6rem;
            border-bottom: 1px solid #e6e6e6;
        }
        .suv-nav form button {
            border-radius: 0 .6rem .6rem 0;
        }
        .suv-nav ul li a{
            border-radius: 0.6rem;
        }
        .is-right {
            top: 35%;
        }
        .news-list > ul li{
            padding: 2rem 1rem;
        }
        .news-list > ul li a {
            width: 100%;
        }
        .up-to-date ul li {
            width: 100%;
        }
        .up-to-date ul li a {
            width: 70%;
        }
        .up-to-date .standard{
            margin-bottom: 1.6rem;
        }
        .files-list > ul > li a,
        .files-list > ul > li span {
            padding: 1.6rem ;
            width: 100%;
        }
        .files-list > ul > li span{
            padding-top: 0;
            line-height: 1;
        }
        .customer-content .certificate form,
        .customer-content form {
            padding: 2rem 0;
        }
        .customer-content .form-group {
            max-width: none;
            flex: 0 0 auto;
        }
        .customer-content .certificate .form-inline .col-form-label,
        .customer-content .col-form-label{
            text-align: left;
        }
        .online-apply .form-group.row,
        .online-message .form-group.row{
            margin-right: 15px;
            margin-left: 15px;
        }
        .common-problem .li-tabel {
            display: block;
            width: 99%;
            right: auto;
            left: 0;
        }
        .common-problem ul li {
            padding: 4.8rem 2.2rem 2.2rem;
        }
        .service-list-box img{
            width: 100%;
            height: auto;
        }
        .service-list-box .service-content {
            padding: 0 1.6rem;
            width: 100%;
        }
        .service-list-box .service-content ul li{
            width: 100%;
        }
        .service-list-box .service-content > a {
            right: 2.4rem;
            bottom: auto;
            top: 2.4rem;
        }
        .service-list-box:nth-child(2n){
            flex-direction: column-reverse;
        }
        .inside-banner.inside-banner-service{
            background: url(../image/inside-banner.jpg) no-repeat center;
            background-size: cover;
        }
        .service-list .attestation-ul {
            margin: 0;
            width: 100%;
        }
        .service-list .attestation-ul li {
            margin: 2rem 0.8rem 0;
            width: calc(50% - 1.6rem);
        }
        .service-list .attestation-ul li a {
            width: 100%;
        }
        .service-list .attestation-ul li:nth-child(n + 6) {
            margin-top: 2rem;
        }
        .service-list-drink ul li {
            width: 100%;
        }
        ul.quick-nav {
            left: 0;
            top: 0;
            width: 100%;
            border-radius: 0;
            flex-direction: row;
        }
        ul.quick-nav li {
            width: 100%;
            float: left;
        }
        .pages{
            display: flex;
            flex-wrap: wrap;
            justify-content: flex-start;
        }
        .pages a:link, .pages a:visited, .pages a:active, .pages strong {
            padding: 8px;
            margin-left: -1px;
            margin-bottom: 0.44rem;
        }
        .inside-banner h1 {
            font: 500 2.4rem/1 思源黑体;
        }
        .is-right ul li.close-right{
            left: 9rem;
            position: absolute;
            text-align: center;
            background-color: transparent;
            top: -5rem;
        }
        .is-right ul li.close-right img{
            width: 4rem;
            height: 4rem;
        }
        .connection-box .carousel-inner ul li:last-child:nth-child(3n-1) {
            margin-right: calc(33% + 0.008%);
        }
        .news-trends-text li a h3, .news-notice-first-text a,
        .public-documents .box ul li a{
            font-size: 1.6rem;
        }
        .news-content h1, .service-content h1 {
            font-size: 2rem;
        }


      }